home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6584
/
6584.xpi
/
chrome
/
flashvideodownloader
/
content
/
dialog.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-10-05
|
1KB
|
35 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<dialog title="Flash Video Downloader"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept,cancel"
autosize="true"
resizable="no"
onload="FlashVDDialog.init();"
ondialogaccept="FlashVDDialog.on_accept();"
ondialogcancel="window.close();">
<script type="application/x-javascript" src="chrome://flashvideodownloader/content/dialog.js"/>
<box orient="horisontal">
<box style="width:32px;height:32px;" orient="vertical">
<image src='chrome://flashvideodownloader/skin/32x32.png' width='32' height='32'/>
</box>
<caption id="header" label="" style="font-size:170%;" />
</box>
<groupbox flex="1">
<caption id="caption" label="" />
<vbox flex="1">
<hbox flex="1">
<textbox id="text" multiline="true" rows="10" cols="70" readonly="true" />
</hbox>
<hbox>
</hbox>
</vbox>
</groupbox>
</dialog>